Mega Code Archive

Categories
1) Android
2) ASP.Net
3) ASP.Net Tutorial
4) C
5) C Tutorial
6) C#
7) C# Book
8) C# by API
9) C# Tutorial
10) C++
11) C++ Tutorial
12) Delphi
13) Flash ActionScript
14) Flex
15) Java
16) Java Book
17) Java by API
18) Java Tutorial
19) JavaScript DHTML
20) JavaScript Reference
21) JavaScript Tutorial
22) MSOfficeExcel 2007 Tutorial
23) MSOfficePowerPoint 2007 Tutorial
24) MSOfficeWord 2007 Tutorial
25) MSSQL
26) MSSQL Tutorial
27) MySQL
28) MySQL Tutorial
29) Oracle PLSQL
30) Oracle PLSQL Tutorial
31) Perl
32) Php
33) PostgreSQL
34) Python
35) Python Tutorial
36) Ruby
37) Silverlight
38) VB.Net
39) VB.Net by API
40) VB.Net Tutorial
41) Visual C++ .NET
42) VisualBasic Script
43) XML
44) XML Tutorial
 
JavaScript Tutorial
1) Animation
2) Array
3) Date
4) Development
5) Dialogs
6) Document
7) Dojo Toolkit
8) DOM Node
9) Drag Drop
10) Event
11) Form
12) Function
13) Global
14) GUI Components
15) History
16) HTML Tags
17) JQuery
18) Language Basics
19) Location
20) Math
21) MS JScript
22) Navigator
23) Number Data Type
24) Object Oriented
25) Operators
26) Regular Expressions
27) Screen
28) Statement
29) String
30) Style
31) Window
32) XML
Math
1) Advanced mathematical operations are provided through the Math object
2) Find the maximum number by using the Math max
3) Find the minimum number by using the Math min
4) Finding the maximum and minimum number
5) Generate a random integer between 2 and 10
6) Generate random numbes in a range
7) Generate random URL
8) Math abs()
9) Math acos()
10) Math asin()
11) Math atan()
12) Math atan2()
13) Math ceil()
14) Math cos()
15) Math E
16) Math exp()
17) Math floor()
18) Math LN10
19) Math LN2
20) Math log()
21) Math LOG10E
22) Math LOG2E
23) Math max()
24) Math min()
25) Math PI
26) Math pow()
27) Math random()
28) Math round a random number
29) Math round()
30) Math sin()
31) Math sqrt()
32) Math SQRT1_2
33) Math SQRT2
34) Math tan()
35) Math toSource()
36) Math toString()
37) Rounding a number to an integer
38) The value of Eulers constant
39) The value of the constant PI
40) The value of the Logarithm to base 2 of E
41) The value of the natural Logarithm of 10
42) The value of the natural Logarithm of 2
43) The value of the square root of 12
44) The value of the square root of 2
45) Use Math max to get the maximum value among three
46) Use Math min the get the minimum value among three
47) Use Math PI to do calculation
48) Use Math random to generate random number
49) Use Math round to calculate area